home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-02-16 | 342 b | 16 lines | [TEXT/CWIE] |
- // FBAAppleEvents.h
- //
- // Folder Watcher FBA by Greg Sutton
- // ©Apple Computer Inc 1996, all rights reserved.
-
-
- #pragma once
-
- #include <Files.h>
- #include <AppleEvents.h>
-
- OSErr InitAppleEvents ( void );
- OSErr DoAppleEvent ( EventRecord *event );
-
- OSErr SendChangeEvent( ProcessSerialNumber* thePSN, FSSpec* theSpec, DescType theChangeType );
-